翻訳と辞書
Words near each other
・ Leap Years
・ Leap, County Cork
・ Leap-Frog (comics)
・ Leap-The-Dips
・ Leap2020
・ Leapeetswe Rapula Radiala Molotsane
・ Leaper
・ LeapFish
・ Leapfrog
・ Leapfrog (comics)
・ Leapfrog (disambiguation)
・ Leapfrog appeal
・ Leapfrog Didj
・ LeapFrog Enterprises
・ Leapfrog filter
Leapfrog integration
・ LeapFrog Investments
・ Leapfrogging
・ Leapfrogging (strategy)
・ Leapin' and Lopin'
・ Leapin' Lizards
・ Leaping blenny
・ Leaping Lena
・ Leaping Michaels
・ Leaping mullet
・ Leaplay Music
・ LeapPad
・ LeapPad Explorer
・ LEAPS (finance)
・ Leaps and Bounds (playplace)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Leapfrog integration : ウィキペディア英語版
Leapfrog integration
In mathematics leapfrog integration is a method for numerically integrating differential equations of the form
:\ddot x = d^2 x/dt^2 = F(x),
or equivalently of the form
:\dot v = dv/dt = F(x),\;\dot x = dx/dt = v,
particularly in the case of a dynamical system of classical mechanics.
The method is known by different names in different disciplines. In particular, it is similar to the Velocity Verlet method, which is a variant of Verlet integration. Leapfrog integration is equivalent to updating positions x(t) and velocities v(t)=\dot x(t) at interleaved time points, staggered in such a way that they 'leapfrog' over each other. For example, the position is updated at integer time steps and the velocity is updated at integer-plus-a-half time steps.
Leapfrog integration is a second order method, in contrast to Euler integration, which is only first order, yet requires the same number of function evaluations per step. Unlike Euler integration, it is stable for oscillatory motion, as long as the time-step \Delta t is constant, and \Delta t \leq 2/\omega.〔C. K. Birdsall and A. B. Langdon, ''Plasma Physics via Computer Simulations'', McGraw-Hill Book Company, 1985, p. 56〕
In leapfrog integration, the equations for updating position and velocity are
:\begin
x_i &= x_ + v_\, \Delta t , \\()
a_i &= F(x_i) \\()
v_ &= v_ + a_\, \Delta t ,
\end
where x_i is position at step i, v_ is the velocity, or first derivative of x, at step i+1/2\,, a_=F(x_i) is the acceleration, or second derivative of x, at step i and \Delta t is the size of each time step. These equations can be expressed in a form which gives velocity at integer steps as well.〔(4.1 Two Ways to Write the Leapfrog )〕 However, even in this synchronized form, the time-step \Delta t must be constant to maintain stability.〔(R. D., "Variable Step Size Destabilizes the Stömer/Leapfrog/Verlet Method," BIT Numerical Mathematics, Vol. 33, 1993, pp. 172-175. )〕
:\begin
x_ &= x_i + v_i\, \Delta t + \tfrac\,a_i\, \Delta t^ , \\()
v_ &= v_i + \tfrac\,(a_i + a_)\,\Delta t .
\end
One use of this equation is in gravity simulations, since in that case the acceleration depends only on the positions of the gravitating masses (and not on their velocities), although higher order integrators (such as Runge–Kutta methods) are more frequently used.
There are two primary strengths to Leapfrog integration when applied to mechanics problems. The first is the time-reversibility of the Leapfrog method. One can integrate forward ''n'' steps, and then reverse the direction of integration and integrate backwards ''n'' steps to arrive at the same starting position. The second strength of Leapfrog integration is its symplectic nature, which implies that it conserves the (slightly modified) energy of dynamical systems. This is especially useful when computing orbital dynamics, as many other integration schemes, such as the (order 4) Runge-Kutta method, do not conserve energy and allow the system to drift substantially over time.
Because of its time-reversibility, and because it is a symplectic integrator, leapfrog integration is also used in Hamiltonian Monte Carlo, a method for drawing random samples from a probability distribution whose overall normalization is unknown.
==See also==

*Numerical ordinary differential equations
*Symplectic integration
*Euler integration
*Verlet integration
*Runge–Kutta integration

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Leapfrog integration」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.